+Fri Mar 5 23:37:16 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
+ doc comment. (#118602)
+
Fri Mar 5 22:37:15 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let
+Fri Mar 5 23:37:16 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
+ doc comment. (#118602)
+
Fri Mar 5 22:37:15 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let
+Fri Mar 5 23:37:16 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
+ doc comment. (#118602)
+
Fri Mar 5 22:37:15 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let
+Fri Mar 5 23:37:16 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
+ doc comment. (#118602)
+
Fri Mar 5 22:37:15 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let
+Fri Mar 5 23:37:16 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
+ doc comment. (#118602)
+
Fri Mar 5 22:37:15 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let
* #GtkTreeStore and #GtkListStore support these. If @reorderable is %TRUE, then
* the user can reorder the model by dragging and dropping rows. The
* developer can listen to these changes by connecting to the model's
- * signals.
+ * row_inserted and row_deleted signals.
*
* This function does not give you any degree of control over the order -- any
- * reorderering is allowed. If more control is needed, you should probably
+ * reordering is allowed. If more control is needed, you should probably
* handle drag and drop manually.
**/
void